Skip to content

This is an Application to distribute computation over Web Browsers using WebSocket protocol.

License

Notifications You must be signed in to change notification settings

hopandfork/cooperative-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CooperativeJS

This simple project allows to connect Web Browsers running apps using the client and the NodeJS server based on WebSocket protocol. In the examples directory you can find a simple distributed Wordcount application.

Requirements

nodejs >= v6.12.0 and npm >= 3.10.10.

Usage

From inside the client project execute npm install and later npm run build.

Now from the server project you have to execute npm install and npm start.

To run the example applications go inside the examples directory and execute npm install and npm start for the desired appliation.

Development

If the client is modified execute npm run build and remove the old version from server and examples erasing ./node_modules/client.

About

This is an Application to distribute computation over Web Browsers using WebSocket protocol.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published