Skip to content

Instantly share code, notes, and snippets.

@kestred
kestred / astron-home.html
Created October 18, 2013 22:42
Astron website prototype idea
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<title>Astron - Distributed Server Suite</title>
<meta name="description"
content="Astron is an open-source, distributed server suite particularily well-suited for
powering MMO games. The server runs as a network of daemon processes, each containing
one or more roles. Each role handles a specific set of tasks required by the application
to distribut the workload of managing a multi-sharded application or game with many
@kestred
kestred / astron.astyle
Last active December 23, 2015 13:39
astron.astyle :: astyle options for astron
# Indentation
indent=tab=4
indent-classes
indent-switches
indent-preprocessor # Requires 'convert-tabs'
convert-tabs
# Spacing
pad-oper # Adds spaces to operators
unpad-paren # Remove spaces surround parens