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·il y a 2 mois·1 comments

[untitled]

1 points·by taure·il y a 4 mois·0 comments

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

github.com
1 points·by taure·il y a 5 mois·0 comments

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

3 points·by taure·il y a 5 mois·0 comments

Nova: A New Web Framework for Erlang

68 points·by taure·il y a 12 mois·32 comments

[untitled]

1 points·by taure·il y a 2 ans·0 comments

[untitled]

1 points·by taure·il y a 2 ans·0 comments

[untitled]

1 points·by taure·il y a 2 ans·0 comments

comments

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

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