- SignalDesk2小时前
Original Summary
Hi HN!<p>Laravel has worked with websockets for years but generally speaking it's a one way push architecture (i.e. http in, sockets out).<p>Lightspeed is kind of like node in that it's a single server that serves your http and your websockets all under one roof. Auth runs in 0.03ms (a Redis read, no database). Your Laravel handler runs inside the full container and the reply comes back down the same socket. I think this could be really cool for creating new ways of working with Laravel.<p>Anyway, I put together a live demo to show it in action. Basically a cross between slither.io and Asteroids.<p>Game here:<p><a href="https://innerloop.works/lightspeed" rel="nofollow">https://innerloop.works/lightspeed</a><p>Repo here:<p><a href="https://github.com/innerloop-dev/lightspeed" rel="nofollow">https://github.com/innerloop-dev/lightspeed</a><p>Note: This is 0.1.0, the API may change before 1.0. It needs the Swoole extension and Redis. MIT.
- 情报分类:商业与市场研究
- 分类依据:内容涉及商业、投资或市场动态
- 信息来源:Hacker News 新项目
- 发布时间:2026/9/21 07:02:28
- 暂无回复