simple-swoole / simps

🚀 A simple, lightweight and high-performance PHP coroutine framework.
https://simps.io
Apache License 2.0
469 stars 48 forks source link

Super powerfull, congratulations #11

Closed lpj145 closed 4 years ago

lpj145 commented 4 years ago

Ah!, my mystake, i put issue like a party, but, first is for congratulations you, is a god job, i think move to rust in two years, but with this approach i can wait more time.

Have plans for ht2 protocol ? this product have a roadmap ? What is way to contribute ?

Sorry for much question, thanks for attention.

sy-records commented 4 years ago

Thank you for using Simps.

What is the ht2 protocol? HTTP2?

There is no detailed roadmap, there are some plans that are put here https://github.com/simple-swoole/simps/projects/1

Your contribution to Simps development is very welcome! You may contribute in the following ways:

lpj145 commented 4 years ago

Whats about postgres ? i see lot of tutorial, articles using mysql but no pgsql, have problem with this database ? yes ht2 is http2 protocol. I discover today this project, in some time i want to contribute.

sy-records commented 4 years ago

The Swoole library doesn't implement Coroutine pgsql yet, you need to rely on ext-postgresql extension, but it doesn't seem to support connection pool mode.

Swoole supports the http2 protocol, just enable the configuration.

lpj145 commented 4 years ago

what is method to deploy swoole application ? simple run server with configuration or need to use a proxy, like nignx, traefik, apache ?

sy-records commented 4 years ago

You can either deploy it directly or add a nginx proxy.