Implement sockets in any application within minutes!
#featherjs #socket #realtime #socket-as-a-service
- These are the basic
steps
required to get started
- Clone this repo to your local machine using
https://github.com/Blitz-Mobile-Apps/feathersjs-socket-server.git
Navigate into the repo folder and install the required dependencies
$ cd path/to/feathersjs-socket-server
$ npm install
wait patiently, it won't take long.
Provides socket-as-a-service feature to enable socket real-time functionality in any app within minutes. This single server can provide many applications the capabilities of socket without a single line of code in their backend. Socket emits are supported by triggering them either by
socket emits
, or byREST API
calls!
Register your application by making the following
POST
Request:
- endpoint: yourdomain-where-this-server-is-deployed.com/registerService
- provide the following keys in payload:
1) appUrl: "This is the path your service will utilize on the server to listen for events."
2) events: "This is an array of events that your service will trigger. Any event other than these will not be emitted."
This is an early phase of an endless possibility. We are eagerly looking for contributions from the community. To get started:
-
Option 1
- 🍴 Fork this repo!
-
Option 2
- 👯 Clone this repo to your local machine using
https://github.com/Blitz-Mobile-Apps/feathersjs-socket-server.git
- 👯 Clone this repo to your local machine using
- HACK AWAY! 🔨🔨🔨
- 🔃 Create a new pull request.
Reach out to us at our Website
: Blitz Mobile Apps
- MIT license
- Copyright 2020 © Blitz-Mobile-Apps productions.