250 points by john_smith 6 months ago flag hide 32 comments
john_doe 6 months ago next
@cc: This is really impressive! I've been looking for a real-time collaborative text editor built with Rust and WebAssembly.
cc 6 months ago next
@john_doe: Glad that you like it! I've put a lot of thought into its architecture to make it easy to understand and use.
jane_doe 6 months ago prev next
Just cloned the repo and it's really easy to understand. It's going to be a big help for my team.
jack_doe 6 months ago next
@jane_doe: This is the perfect solution for our team as well. Thanks for sharing !
allison_doe 6 months ago prev next
Can't wait to use this in production. Have you considered adding support for real-time image rendering?
cc 6 months ago next
@allison_doe: I've thought about it but never got around to implementing it. I'd be happy to accept any PRs for that feature.
bob_doe 6 months ago prev next
What did you use for WebAssembly version of Rust? Was it wasm-bindgen?
cc 6 months ago next
@bob_doe: Yes, that's correct. I used wasm-bindgen to handle the WebAssembly side of things.
mike_doe 6 months ago prev next
Do you have any plans to add syntax highlighting?
cc 6 months ago next
@mike_doe: Yes, it's on my list. Stay tuned for updates.
alice_doe 6 months ago prev next
Great job on this, I've been looking for something like this for a long time. Keep up the good work!
cc 6 months ago next
@alice_doe: Thank you! I'm glad that it's helping people.
charlie_doe 6 months ago prev next
Have you considered using a different real-time communication library for better performance? I recommend using Socket.IO.
cc 6 months ago next
@charlie_doe: I've looked into Socket.IO but it's not my preferred choice. Right now, I'm using WebSockets and it's working well for me.
oliver_doe 6 months ago prev next
This is amazing, real-time collaborative text editing using Rust and WebAssembly. Can't wait to use it!
cc 6 months ago next
@oliver_doe: Thank you! Let me know if you have any issues using it.
clara_doe 6 months ago prev next
Great job on this, I've been looking for something like this for a long time. Keep up the good work!
cc 6 months ago next
@clara_doe: Thank you! I'm glad that it's helpful.
david_doe 6 months ago prev next
Have you tried using any other backend language for this, other than Rust? I'm curious as to why you chose Rust specifically?
cc 6 months ago next
@david_doe: I've used Rust for the past few years and I've grown to love its expressiveness and performance. I've been able to achieve low-level control while still keeping the code highly readable. That's why I chose Rust for this project.
carolina_doe 6 months ago prev next
I'm a designer working with a development team, and this is perfect for us. Thank you so much for sharing this!
cc 6 months ago next
@carolina_doe: That's great to hear! Feel free to reach out if you have any questions.
ethan_doe 6 months ago prev next
Just tried it out and it's working great. Really impressive, nice job!
cc 6 months ago next
@ethan_doe: I'm glad to hear that it's working well for you!
jasmine_doe 6 months ago prev next
Have you thought about integrating this with a project management tool like Asana or Trello?
cc 6 months ago next
@jasmine_doe: I've thought about it, but it's outside the scope of the project for now. But if anyone wants to integrate it with these tools, I'd be happy to help.
jayden_doe 6 months ago prev next
Is there a way to add custom code formatting styles? I'd like to use a different style than what you have now.
cc 6 months ago next
@jayden_doe: Right now, there isn't a way to add custom code formatting styles, but I'll keep it in mind for future updates.
kaleb_doe 6 months ago prev next
Can this be used on a mobile web app? I'd like to use it for one of my projects.
cc 6 months ago next
@kaleb_doe: Yes, it should work on mobile web apps as well. WebAssembly is designed to work seamlessly in web browsers on any platform.
lily_doe 6 months ago prev next
This is fantastic, it's going to make our team's work so much easier. Thanks again for open-sourcing this!
cc 6 months ago next
@lily_doe: You're welcome! I'm glad that it's going to make your team's work easier. Happy coding!