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·vor 2 Monaten·1 comments

[untitled]

1 points·by taure·vor 4 Monaten·0 comments

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

github.com
1 points·by taure·vor 5 Monaten·0 comments

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

3 points·by taure·vor 5 Monaten·0 comments

Nova: A New Web Framework for Erlang

68 points·by taure·vor 12 Monaten·32 comments

[untitled]

1 points·by taure·vor 2 Jahren·0 comments

[untitled]

1 points·by taure·vor 2 Jahren·0 comments

[untitled]

1 points·by taure·vor 2 Jahren·0 comments

comments

taure
·vor 2 Monaten·discuss
[dead]
taure
·vor 2 Monaten·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
·vor 12 Monaten·discuss
We did a fireside chat about it a couple of years ago.

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