Skip to content

Server to enable RTC for Newton (Chat and Video Calls)

Notifications You must be signed in to change notification settings

apoorvsaini/newton-core

Repository files navigation

forthebadge

Newton Core

Newton is a suite of cross-platform Real-time Communication SDKs. Want to add IM and Video Calling/Streaming to your apps? Newton will make it super easy.

For now, you can use any WebRTC and Faye client library to connect your apps to Newton Core.

Newton Core is the server that enables RTC among Android, iOS and JS (web) SDKs for Newton.

How to run

npm install

To run Instant Messaging Server

node im_server.js

To run Video Streaming Server

node video_server.js

The ports and hosts can be changed in config.js file.

Newton Core is based on Bayeux Protocol and WebRTC.

The information (and How Tos) of client SDKs will be updated soon.

forthebadge

About

Server to enable RTC for Newton (Chat and Video Calls)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published