plucko / ribbit

hot breakfast with a pluck
4 stars 11 forks source link

Prep repo: file structure, seed WebRTC code, npm init, .gitignore: #5

Closed ajkitson closed 9 years ago

ajkitson commented 9 years ago
ajkitson commented 9 years ago

This is coming from my feature branch instead of quarantine because I can't submit a new pull request from quarantine until my other PR is merged. They don't touch any of the same files, so it'll be OK.

ajkitson commented 9 years ago

Hi Brian--ready for your review. This PR creates the client and server directories and adds the seed code for WebRTC.

Also, I ended up having to run npm init because signal-server.js needed to save the ws library to package.json. I know this was on your plate. Hope you don't mind that I just went ahead and did it.

brianpchsu commented 9 years ago

Thanks for doing creating the structure. The package.json looks good. I will add a little after this merge. Good work.