HackerTrans
トップ新着トレンドコメント過去質問紹介求人

taure

no profile record

投稿

Asobi – Erlang/OTP game back end with Lua hot reload, no restart

asobi.dev
24 ポイント·投稿者 taure·2 か月前·1 コメント

[untitled]

1 ポイント·投稿者 taure·4 か月前·0 コメント

Show HN: Nova – A Web Framework for Erlang, Elixir, and LFE on the Beam

github.com
1 ポイント·投稿者 taure·5 か月前·0 コメント

A Deep Dive into Nova – A Web Framework for Erlang on Beam

3 ポイント·投稿者 taure·5 か月前·0 コメント

Nova: A New Web Framework for Erlang

68 ポイント·投稿者 taure·12 か月前·32 コメント

[untitled]

1 ポイント·投稿者 taure·2 年前·0 コメント

[untitled]

1 ポイント·投稿者 taure·2 年前·0 コメント

[untitled]

1 ポイント·投稿者 taure·2 年前·0 コメント

コメント

taure
·2 か月前·議論
[dead]
taure
·2 か月前·議論
Asobi is an Erlang/OTP game backend you can self-host. You write your match logic in Lua.

I wanted to build a game backend on Erlang/OTP. The BEAM is built for what multiplayer games actually do: lots of small concurrent processes, supervision, soft real-time, hot code loading. So I did. Matchmaker, leaderboards, voting, a world server, IAP, economy, friends, and chat are all in.
taure
·12 か月前·議論
We did a fireside chat about it a couple of years ago.

https://youtu.be/PgBzV1-E00k?si=sULVBvLsVPm2S3zl
taure
·12 か月前·議論
Thank you. I missed to add a new line where the homepage is..
taure
·12 か月前·議論
Nova is also more close to beam so it can be used with elixir and lfe or other beam languages.
taure
·12 か月前·議論
We started with Erlang before Elixir was created and we still use it for everything we do.

This is more to have a smooth web framework similar to Phoenix but for Erlang.

You can also use Nova for elixir.