In a recent emergency project, I chose to use GoEasy instead of building my own WebSocket to save development costs and shorten development cycles. Of course, I also considered workerman and Rongyun products. I chose GoEasy for two reasons: simplicity and stability.

I can talk a little bit about some of the real help I got from GoEasy on the project. Here’s the blackboard. Maybe one or two of them are what you’re looking for.

I write Java, and GoEasy has its own dependency package. It takes less than 30 minutes for me to register, obtain the APP key, write my own code, and run the push. In my opinion, this is a three-party WebSocket product that can reduce the development cost and shorten the development cycle to the greatest extent. All you need to get from GoEasy is an APP key and an address.

2 stability because of the simplicity of the heart will be full of uncertainty, worried about the stability is not high, look at the website said multi-cluster and reliable disaster recovery, because I bought a small number of messages, tested 1W, from the beginning to the completion of 0.67s, no leakage, or very stable.

3 Compatibility from browser to code type, GoEasy compatibility can be said to be very complete, I started from IE6 test, so far not found that the browser does not support. As you can see from the quick start website, any development language can be supported.

4 safety I pushed the project quantity is not much, but the number of simultaneous connections will be a little more, so I paid the fee to increase the number of concurrent, also experience the GoEasy so-called original OTP technology, in the app key message privacy and push to do good, concrete is not much said, are interested can go to look at.

GoEasy has a wide range of applications. The whole WebScoket is completely out of your hands. I think it can be applied to any Web project.

This is my summary from using GoEasy, although it may not be complete. If you need WebSocket right now and don’t have a lot of time to do this, you can try the free version of GoEasy. The reason is simple, because it’s really simple. (www.goeasy.io)