-
Notifications
You must be signed in to change notification settings - Fork 6
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
Comments
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? |
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!! |
Did we get a web sockets talk yet or is this still up for grabs? |
100% still up for grabs!
…On Sat, Jan 26, 2019 at 11:48 AM Mel ***@***.***> wrote:
Did we get a web sockets talk yet or is this still up for grabs?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#18 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AACfREqaUXI6JEJdJ6JrT_EJXIDNfSLsks5vHIbygaJpZM4Jo9zZ>
.
|
Cool! What meetup/audience should the talk be targeting? |
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. |
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?
The text was updated successfully, but these errors were encountered: