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·قبل شهرين·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·قبل سنتين·0 comments

[untitled]

1 points·by taure·قبل سنتين·0 comments

[untitled]

1 points·by taure·قبل سنتين·0 comments

comments

taure
·قبل شهرين·discuss
[dead]
taure
·قبل شهرين·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.