Author

Topic: [old thread] - RISE | DPOS | APPS & DAPPS - page 135. (Read 653289 times)

hero member
Activity: 799
Merit: 1000
December 01, 2016, 02:53:34 PM
Is the new codebase/framework being called "meteor"? Its a pretty cool name

Hi Blake Birk, as Geenstijl already correctly mentioned Meteor is not the name of our new codebase (although it's an awesome name nonetheless), it's still called RISE.  Meteor is a framework the RISE dev team has chosen to use because of its many benefits.

The Meteor framework uses a SocksJS based data protocol layer called the Distributed Data Protocol (DDP). This protocol was designed by the Meteor Development Group to be a highly scalable, fast, and low latency distributed data protocol.

For those interested to learn more about Meteor: http://www.meteor.com



Hmm, will watch this thread for a while to see if there is a progress.  Roll Eyes
sr. member
Activity: 266
Merit: 251
December 01, 2016, 02:16:38 PM


The latest news is that our dev team is building a brand new codebase from the ground up.


Can you estimate how long the new codebase will take to develop?
hero member
Activity: 668
Merit: 500
December 01, 2016, 01:51:06 PM
awesome guys, thanks for clearing that up...with a initial investor base of 6000 people, not to mention you guys have the whole apple (started off in a garage with a couple of guys) and silicon valley (tv show) atmosphere going on...rise is definitely a coin/project/currency to be watching and buying.
sr. member
Activity: 378
Merit: 250
RISE Community Manager
December 01, 2016, 01:29:02 PM
Is the new codebase/framework being called "meteor"? Its a pretty cool name

Hi Blake Birk, as Geenstijl already correctly mentioned Meteor is not the name of our new codebase (although it's an awesome name nonetheless), it's still called RISE.  Meteor is a framework the RISE dev team has chosen to use because of its many benefits.

The Meteor framework uses a SocksJS based data protocol layer called the Distributed Data Protocol (DDP). This protocol was designed by the Meteor Development Group to be a highly scalable, fast, and low latency distributed data protocol.

For those interested to learn more about Meteor: http://www.meteor.com

legendary
Activity: 1232
Merit: 1000
December 01, 2016, 12:46:21 PM
Is the new codebase/framework being called "meteor"? Its a pretty cool name

I saw that the price has gone up. This is due to Lisk Forging or have any other news?

The latest news is that our dev team is building a brand new codebase from the ground up.

Technical details of this undertaking can be read here: https://github.com/RiseVision/Documentation/blob/master/whitepaper.md

Follow commits on Github here: https://github.com/RiseVision/rise-core/tree/meteor


Here is an excerpt from the new whitepaper:


Rise is being developed using Node.js[1] for the application backend, Go and shell scripts for the server, through Dokku and Docker.

Node.js was selected because of its highly efficient concurency model, due to the nature of Javascripts evented model.

The database in use is MongoDB[2]. MongoDB was selected based on the NodeJS application development framework that has been selected for use, Meteor[3].

The Meteor framework uses a SocksJS based data protocol layer called the Distributed Data Protocol (DDP). This protocol was designed by the Meteor Development Group to be a highly scalable, fast, and low latency distributed data protocol.

Dokku[4] and Docker[5] were selected because of its functional ability to create entirely separate application environments through the use of LXC[6] containers in Linux. A Dapp written in any language will be sandboxed by the LXC containers, exposed to the World only on port 80 by default, and will connect to the primary Rise Node application on that server through internal networking.

React[7] is a Javascript View (from MVC) library. It utilizes a Virtual DOM with Differential updates to make changes to the page, and controls data flow with one-way reactivity. If the model changes, the view will update to change. It also uses Compoents to template web pages, making complex application UI development streamlined. React's use of a Virtual Dom with Differentials updates allows changes to the UI to be made quickly on a user's click. Instead of having to rerender the entire page, we can rerender just the parts that need updating.

Read all of it here: https://github.com/RiseVision/Documentation/blob/master/whitepaper.md



Meteor is a powerful javascript framework. Thx for the update McVenture
hero member
Activity: 668
Merit: 500
December 01, 2016, 12:34:27 PM
Is the new codebase/framework being called "meteor"? Its a pretty cool name

I saw that the price has gone up. This is due to Lisk Forging or have any other news?

The latest news is that our dev team is building a brand new codebase from the ground up.

Technical details of this undertaking can be read here: https://github.com/RiseVision/Documentation/blob/master/whitepaper.md

Follow commits on Github here: https://github.com/RiseVision/rise-core/tree/meteor


Here is an excerpt from the new whitepaper:


Rise is being developed using Node.js[1] for the application backend, Go and shell scripts for the server, through Dokku and Docker.

Node.js was selected because of its highly efficient concurency model, due to the nature of Javascripts evented model.

The database in use is MongoDB[2]. MongoDB was selected based on the NodeJS application development framework that has been selected for use, Meteor[3].

The Meteor framework uses a SocksJS based data protocol layer called the Distributed Data Protocol (DDP). This protocol was designed by the Meteor Development Group to be a highly scalable, fast, and low latency distributed data protocol.

Dokku[4] and Docker[5] were selected because of its functional ability to create entirely separate application environments through the use of LXC[6] containers in Linux. A Dapp written in any language will be sandboxed by the LXC containers, exposed to the World only on port 80 by default, and will connect to the primary Rise Node application on that server through internal networking.

React[7] is a Javascript View (from MVC) library. It utilizes a Virtual DOM with Differential updates to make changes to the page, and controls data flow with one-way reactivity. If the model changes, the view will update to change. It also uses Compoents to template web pages, making complex application UI development streamlined. React's use of a Virtual Dom with Differentials updates allows changes to the UI to be made quickly on a user's click. Instead of having to rerender the entire page, we can rerender just the parts that need updating.

Read all of it here: https://github.com/RiseVision/Documentation/blob/master/whitepaper.md


sr. member
Activity: 378
Merit: 250
RISE Community Manager
December 01, 2016, 03:37:18 AM
I saw that the price has gone up. This is due to Lisk Forging or have any other news?

The latest news is that our dev team is building a brand new codebase from the ground up.

Technical details of this undertaking can be read here: https://github.com/RiseVision/Documentation/blob/master/whitepaper.md

Follow commits on Github here: https://github.com/RiseVision/rise-core/tree/meteor


Here is an excerpt from the new whitepaper:


Rise is being developed using Node.js[1] for the application backend, Go and shell scripts for the server, through Dokku and Docker.

Node.js was selected because of its highly efficient concurency model, due to the nature of Javascripts evented model.

The database in use is MongoDB[2]. MongoDB was selected based on the NodeJS application development framework that has been selected for use, Meteor[3].

The Meteor framework uses a SocksJS based data protocol layer called the Distributed Data Protocol (DDP). This protocol was designed by the Meteor Development Group to be a highly scalable, fast, and low latency distributed data protocol.

Dokku[4] and Docker[5] were selected because of its functional ability to create entirely separate application environments through the use of LXC[6] containers in Linux. A Dapp written in any language will be sandboxed by the LXC containers, exposed to the World only on port 80 by default, and will connect to the primary Rise Node application on that server through internal networking.

React[7] is a Javascript View (from MVC) library. It utilizes a Virtual DOM with Differential updates to make changes to the page, and controls data flow with one-way reactivity. If the model changes, the view will update to change. It also uses Compoents to template web pages, making complex application UI development streamlined. React's use of a Virtual Dom with Differentials updates allows changes to the UI to be made quickly on a user's click. Instead of having to rerender the entire page, we can rerender just the parts that need updating.

Read all of it here: https://github.com/RiseVision/Documentation/blob/master/whitepaper.md

sr. member
Activity: 312
Merit: 252
November 30, 2016, 09:59:32 PM
I saw that the price has gone up. This is due to Lisk Forging or have any other news?
legendary
Activity: 2086
Merit: 1001
November 30, 2016, 08:33:10 AM
Coin is being traded still on bittrex and is going up, if this is going to move up and development gets to have results. People will regret they dumped RISE
nothing to be excited about, trading with next to 0 vol at 3-400% below ico!!!!
legendary
Activity: 1938
Merit: 1014
November 29, 2016, 09:10:42 PM
Coin is being traded still on bittrex and is going up, if this is going to move up and development gets to have results. People will regret they dumped RISE


Yes, on graph shows that the price up.


But Rise is only active in the Bittrex.


On  Yobit, generally there is no activity.
sr. member
Activity: 341
Merit: 250
November 29, 2016, 07:48:46 PM
Coin is being traded still on bittrex and is going up, if this is going to move up and development gets to have results. People will regret they dumped RISE

Exactly! I am already regretting now Cry Coin dies hard.
hero member
Activity: 3038
Merit: 617
November 29, 2016, 11:31:09 AM
Coin is being traded still on bittrex and is going up, if this is going to move up and development gets to have results. People will regret they dumped RISE
sr. member
Activity: 378
Merit: 250
RISE Community Manager
November 29, 2016, 11:15:22 AM
Please submit your questions for this event in the following thread:
http://forum.rise.vision/topic/70/december-22-2016-event-live-slack-q-a-with-rise-developers





sr. member
Activity: 378
Merit: 250
RISE Community Manager
November 28, 2016, 03:09:44 PM
I have this message : 502 Bad Gateway

Ok, thank you for informing us. I passed it on to the team so they can look into it.

The issue has been fixed. Thanks again.

sr. member
Activity: 378
Merit: 250
RISE Community Manager
November 28, 2016, 08:22:38 AM
I have this message : 502 Bad Gateway

Ok, thank you for informing us. I passed it on to the team so they can look into it.

legendary
Activity: 2086
Merit: 1001
November 28, 2016, 08:11:40 AM
Hi.
I can't conect to https://wallet.rise.vision/ it's normal ?

Thanks for response.

Hi, it's working on this end. Are you still experiencing issues?



down from here 2
legendary
Activity: 1904
Merit: 1063
November 28, 2016, 07:56:51 AM
I have this message : 502 Bad Gateway
sr. member
Activity: 378
Merit: 250
RISE Community Manager
November 28, 2016, 07:32:18 AM
Hi.
I can't conect to https://wallet.rise.vision/ it's normal ?

Thanks for response.

Hi, it's working on this end. Are you still experiencing issues?

legendary
Activity: 1904
Merit: 1063
November 28, 2016, 05:23:50 AM
Hi.
I can't conect to https://wallet.rise.vision/ it's normal ?

Thanks for response.
sr. member
Activity: 378
Merit: 250
RISE Community Manager
November 27, 2016, 07:26:12 PM
Rise Android App not available yet? when it's will be released?

Hello @Jian_Liux,  

Check this link for a Rise Android App: http://forum.rise.vision/topic/62/rise-android-app-now-available-at-the-google-play-store

For those on iOS check this link: http://forum.rise.vision/topic/63/rise-stats-app-now-available-for-ios

Before downloading please read the disclaimer: http://forum.rise.vision/topic/64/third-party-showcase-disclaimer



Jump to: