basecamp / pow

Zero-configuration Rack server for Mac OS X
http://pow.cx/
MIT License
3.41k stars 258 forks source link

Is this repository still under maintaining? #543

Open cai-q opened 7 years ago

cai-q commented 7 years ago

I find this repo finally updated in 2014... I wonder weather this repo still being use? Or is there any alternative for local rails development?

thanks for your suggestions.

ilya-konanykhin commented 6 years ago

Here's the Pow successor: https://github.com/puma/puma-dev

Pow doesn't support rack.hijack and thus not websockets and thus not actioncable. So for all those new Rails 5 apps, pow is a no-go. Puma-dev fills that hole. Puma-dev also goes one step further and provides zero-config https support to your development environment, as well as offering Linux support.