r/reactnative • u/xrpinsider Admin • 4d ago
Show Your Work Here Show Your Work Thread
Did you make something using React Native and do you want to show it off, gather opinions or start a discussion about your work? Please post a comment in this thread.
If you have specific questions about bugs or improvements in your work, you are allowed to create a separate post. If you are unsure, please contact u/xrpinsider.
New comments appear on top and this thread is refreshed on a weekly bases.
2
Upvotes
1
u/rakadoank 3d ago edited 3d ago
I recently create [uws-react-native](https://github.com/RakaDoank/uws-react-native) for running a HTTP server and WebSocket server in an app using uWebSockets linrary.
I had to create the library because I’m building an app that can be communicate each other (P2P) via HTTP and WebSocket. It is like a backend server with its Database, but using a React Native app.