Skip to content

WANTED: Practical applications of Web Sockets and Web Workers #18

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
elgreg opened this issue Aug 20, 2016 · 6 comments
Open

WANTED: Practical applications of Web Sockets and Web Workers #18

elgreg opened this issue Aug 20, 2016 · 6 comments
Labels

Comments

@elgreg
Copy link
Contributor

elgreg commented Aug 20, 2016

We'd love to have someone talk about practical applications for web sockets in everyday applications. Do you know a lot about this? Are you using web sockets in a production application used by real users?

@elgreg elgreg added the WANTED label Aug 20, 2016
@esonderegger
Copy link

I've attended the last two DCJS meetups and really enjoyed the talks, especially last night's jQuery in ES6 talk. Thanks to all who helped organize it!

I've never given a technical talk before, but thought it might be fun to give a talk about using javascript in robotics applications. Initially I was thinking it could be an unusual starting point for a talk about thinking asynchronously and using promises, but it could also be a way to talk about web sockets.

At Savioke, we use Meteor for a bunch of applications that control the Relay robot. Meteor uses web sockets to send real-time information from the server to the client, but abstracts away a lot of the complexity. I don't think it would make sense to include Meteor in this talk, but a simple example project could be built using socket.io (like this demo: https://github.com/esonderegger/turtlesim-demo/tree/socket.io) or with ws on the server and native WebSockets on the client.

I'm still in the beginning stages of even thinking about how to present this, so I probably wouldn't be ready until a couple months from now. Do you think it's an idea worth pursuing?

@jakerella
Copy link
Member

I think this sounds great! Please let us know about your progress. I'd say open a new issue here when you have the beginnings of an abstract and we can iterate on that. Thanks!!

@meljameson
Copy link

Did we get a web sockets talk yet or is this still up for grabs?

@elgreg
Copy link
Contributor Author

elgreg commented Jan 26, 2019 via email

@meljameson
Copy link

Cool! What meetup/audience should the talk be targeting?

@jakerella
Copy link
Member

Our audience is all over the place, but it's fine to submit a talk that is a step above absolute beginner. That said, a talk that is too advanced may be difficult for most folks to follow. I think it's important to just state what you level you assume people are at in the talk abstract.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants