lostintangent / spaces

Discover, share, and connect with developers across your favorite teams, classrooms and communities
https://aka.ms/vsls-spaces
MIT License
34 stars 3 forks source link

Add API stubs #10

Closed arjunattam closed 5 years ago

arjunattam commented 5 years ago

GET /load?names=a,b,c POST /join POST /leave

lostintangent commented 5 years ago

I like the idea of just storing the data in memory for now. That way, we can flush out the E2E, and then worry about persistence afterwards 👍