HackerTrans
TopNewTrendsCommentsPastAskShowJobs

taure

no profile record

Submissions

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

asobi.dev
24 points·by taure·2 माह पहले·1 comments

[untitled]

1 points·by taure·4 माह पहले·0 comments

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

github.com
1 points·by taure·5 माह पहले·0 comments

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

3 points·by taure·5 माह पहले·0 comments

Nova: A New Web Framework for Erlang

68 points·by taure·12 माह पहले·32 comments

[untitled]

1 points·by taure·2 वर्ष पहले·0 comments

[untitled]

1 points·by taure·2 वर्ष पहले·0 comments

[untitled]

1 points·by taure·2 वर्ष पहले·0 comments

comments

taure
·2 माह पहले·discuss
[dead]
taure
·2 माह पहले·discuss
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 माह पहले·discuss
We did a fireside chat about it a couple of years ago.

https://youtu.be/PgBzV1-E00k?si=sULVBvLsVPm2S3zl
taure
·12 माह पहले·discuss
Thank you. I missed to add a new line where the homepage is..
taure
·12 माह पहले·discuss
Nova is also more close to beam so it can be used with elixir and lfe or other beam languages.
taure
·12 माह पहले·discuss
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.