Skip to content
forked from chees/ddpserver

A Meteor DDP server implementation in Play

Notifications You must be signed in to change notification settings

eportico/ddpserver

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DDP Server

Meteor uses DDP to send collection data between the client and the server.

With this project I try to see if it's possible to run a DDP server in Scala Play which a Meteor client can connect to.

Start by running the Play project:

cd playddpserver
./activator run

Then start the Meteor project in another console:

cd meteorclient
meteor

About

A Meteor DDP server implementation in Play

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Scala 73.0%
  • JavaScript 15.3%
  • HTML 11.7%