Backend part of Portal Editor.
It is recommended to run backend part on remote server. Please contact Donggu to get server info.
If you want to test it locally:
-
Please install git and just clone this backend:
git clone https://github.com/Portal-Editor/Portal-Backend.git cd Portal-Backend
-
Ensure you've installed node, and your node version is over v6.4.0.
-
Run
npm install
Then
npm start
-
After this the websocket server will run on port 9090. You can test it via atom or websocketest, etc.