Skip to content

cakapilrana/pushfyi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README for PushFYI Server API's
===============================

PushFYI is a open source Web-Sockets Server API's for developing real time collaboration applications 
like Google Docs, Google Keep etc. It can be compiled and run on Linux flavors, currently tested on Ubuntu OS. It 
can communicate with multiple client side languages like Javascript, iOS and Android and also supports
communication with multiple server side languages like Java, PHP, C#, etc.
Each and every utility used in PushFYI has been tested thoroughly and it has been licensed under Apache
license v2.0. 
The code is highly scalable for communicating with thousands of clients. It leverages async IO mechanism,
namely epoll which is specifically available for Linux variants only from kernel 2.6 onwards.


Links:
======

The PushFYI web site  . . . . . . . . https://pushfyi.com/
API Docs  . . . . . . . . . . . . . . https://docs.pushfyi.com/
Services  . . . . . . . . . . . . . . https://pushfyi.com/services/pushfyi-managed-support/
Collaborative Editing Demo  . . . . . https://pushfyi.com/demo/collaborative-editing/
Real-time video-webRTC Demo  . . . .  https://pushfyi.com/demo/real-time-video-webrtc/
Real-time screen sharing Demo  . . .  https://pushfyi.com/demo/screen-share/
Real-time data-visualization Demo  . . https://pushfyi.com/demo/real-time-data-visualization/receiver/
Contact Us  . . . . . . . . . . . . . https://pushfyi.com/contact-us/

Source Code Content: 
====================

src/ 			 	- PushFYI Web-Socket server code
src/3rdparty/tinyxml/		- libtinyxml source code 
LICENSE				- contains Apache License v2.0
README.md			- This file

About

Pushfyi websocket server source code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published